Configurates
C1.Web.Mvc.BaseODataCollectionViewService<T>.RequestHeaders. Sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required.
シンタックス
'宣言
Public Function RequestHeader( _
ByVal As System.String, _
ByVal As System.Object _
) As
public RequestHeader(
System.string ,
System.object
)
パラメータ
- key
- The key of one request header.
- value
- The value of the request header.
戻り値の型
Current builder.
参照